This post is about COVID-19 situation in United States
This blog explored the status of the world largest economies and well-developed country United States in combating the COVID-19 pandemic.
The data comes from Our World in Data on github. The table below is the variables and there corresponding description.
To explore the key aspects in terms of the daily confirmed cases, daily confirmed deaths cases and daily hospital cases over time in the US.
# A tibble: 601 × 62
iso_code continent location date total_cases new_cases
<chr> <chr> <chr> <date> <dbl> <dbl>
1 USA North America United Sta… 2020-01-22 1 NA
2 USA North America United Sta… 2020-01-23 1 0
3 USA North America United Sta… 2020-01-24 2 1
4 USA North America United Sta… 2020-01-25 2 0
5 USA North America United Sta… 2020-01-26 5 3
6 USA North America United Sta… 2020-01-27 5 0
7 USA North America United Sta… 2020-01-28 5 0
8 USA North America United Sta… 2020-01-29 6 1
9 USA North America United Sta… 2020-01-30 6 0
10 USA North America United Sta… 2020-01-31 8 2
# … with 591 more rows, and 56 more variables:
# new_cases_smoothed <dbl>, total_deaths <dbl>, new_deaths <dbl>,
# new_deaths_smoothed <dbl>, total_cases_per_million <dbl>,
# new_cases_per_million <dbl>,
# new_cases_smoothed_per_million <dbl>,
# total_deaths_per_million <dbl>, new_deaths_per_million <dbl>,
# new_deaths_smoothed_per_million <dbl>, reproduction_rate <dbl>, …